home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / docs / misc / ConcNews.lha / news / amiga.programming / comp.sys.amiga.programmer_6578_000034.msg < prev    next >
Encoding:
Text File  |  1994-11-27  |  1.7 KB  |  35 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: dd.chalmers.se!news.chalmers.se!sunic!EU.net!Germany.EU.net!news.dfn.de!news.belwue.de!news.uni-stuttgart.de!rz.uni-karlsruhe.de!stepsun.uni-kl.de!uklirb.informatik.uni-kl.de!feck
  3. From: feck@informatik.uni-kl.de (Christoph Feck IRZ)
  4. Subject: Re: Boopsi questions
  5. Message-ID: <1994Feb27.061616@informatik.uni-kl.de>
  6. Sender: news@uklirb.informatik.uni-kl.de (Unix-News-System)
  7. Nntp-Posting-Host: uklirb.informatik.uni-kl.de
  8. Organization: University of Kaiserslautern, Germany
  9. References: <1994Feb23.012608@informatik.uni-kl.de> <2km384$lsd@zetar.cs.pdx.edu> <S37732V.94Feb26102011@beta.hut.fi>
  10. Distribution: inet
  11. Date: Sun, 27 Feb 1994 05:16:16 GMT
  12. Lines: 21
  13.  
  14. In article <S37732V.94Feb26102011@beta.hut.fi>, s37732v@snakemail.hut.fi (Markus Juhani Aalto) writes:
  15. > In article <2km384$lsd@zetar.cs.pdx.edu> idr@cs.pdx.edu (Dancing Fool of Epsilon) writes:
  16. > > sounded like you were making a BOOPSI class for file handling?  I don't
  17. > > think this is such a good idea.  All BOOPSI dispatchers must be able to
  18. > > execute in Intuition's context, this means as a TASK, not a process. 
  19. > BOOPSI doesn't mean that it should be able to execute in Intuition's
  20. > context. For example OM_NEW, OM_SET, OM_GET, OM_UPDATE etc.. work
  21. > just fine in you process context. GM_**** methods are used from
  22. > intuition directly so these aren't working in your process context.
  23. > Also file handling can be made directly with Packets which is the
  24. > best way to do it properly anyhow. And packets can be used from
  25. > tasks.
  26.  
  27. the file.stream subclass (of streamclass) uses packets
  28. (for asynchronous I/O).  It still calls DOS to open/close
  29. files though.
  30.  
  31. 3k// Christoph Feck, TowerSystems
  32. \X/ Amiga - Intuition inside.
  33.